ubus: minor correctness fix
authorDavid Härdeman <[email protected]>
Sat, 4 Oct 2025 17:50:17 +0000 (19:50 +0200)
committerÁlvaro Fernández Rojas <[email protected]>
Tue, 7 Oct 2025 08:52:24 +0000 (10:52 +0200)
commit57495fc4c3d3cb646234aac9191665847df18711
treeed6855efff087f45f04bdde685fd3355df6c37f8
parent01f571dcf9fdee699764a62eaea6581bcd6fd7f5
ubus: minor correctness fix

Now, blobmsg_close_table() and blobmsg_close_array() happen to be identical, so
the actual code doesn't change at all, but this still caused me some
headscratching when I first saw it.

Signed-off-by: David Härdeman <[email protected]>
Link: https://github.com/openwrt/odhcpd/pull/267
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
src/ubus.c